home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip Aralık 2001.iso / prog / sistem / addrem / setup.exe / ARPLUS.EXE / 0 / RCDATA / TADDPROGRAMBOX / TADDPROGRAMBOX.txt
Encoding:
Text File  |  2001-10-22  |  1.6 KB  |  91 lines

  1. object AddProgramBox: TAddProgramBox
  2.   Left = 389
  3.   Top = 95
  4.   BorderStyle = bsDialog
  5.   Caption = 'New Entry'
  6.   ClientHeight = 213
  7.   ClientWidth = 303
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object TheBevel: TBevel
  19.     Left = 2
  20.     Top = 158
  21.     Width = 299
  22.     Height = 10
  23.     Shape = bsBottomLine
  24.   end
  25.   object Label3: TLabel
  26.     Left = 11
  27.     Top = 12
  28.     Width = 93
  29.     Height = 13
  30.     Caption = '&Registry entry name'
  31.     FocusControl = ediEntry
  32.   end
  33.   object Label1: TLabel
  34.     Left = 11
  35.     Top = 58
  36.     Width = 226
  37.     Height = 13
  38.     Caption = '&Program name (appears in the Add/Remove list)'
  39.     FocusControl = ediName
  40.   end
  41.   object Label2: TLabel
  42.     Left = 11
  43.     Top = 104
  44.     Width = 90
  45.     Height = 13
  46.     Caption = '&Uninstall Command'
  47.     FocusControl = ediCommand
  48.   end
  49.   object OKBtn: TButton
  50.     Left = 82
  51.     Top = 177
  52.     Width = 65
  53.     Height = 25
  54.     Caption = 'OK'
  55.     Default = True
  56.     TabOrder = 0
  57.     OnClick = OKBtnClick
  58.   end
  59.   object CancelBtn: TButton
  60.     Left = 155
  61.     Top = 177
  62.     Width = 65
  63.     Height = 25
  64.     Cancel = True
  65.     Caption = 'Cancel'
  66.     ModalResult = 2
  67.     TabOrder = 1
  68.   end
  69.   object ediEntry: TEdit
  70.     Left = 11
  71.     Top = 28
  72.     Width = 281
  73.     Height = 21
  74.     TabOrder = 2
  75.   end
  76.   object ediName: TEdit
  77.     Left = 11
  78.     Top = 74
  79.     Width = 281
  80.     Height = 21
  81.     TabOrder = 3
  82.   end
  83.   object ediCommand: TEdit
  84.     Left = 11
  85.     Top = 120
  86.     Width = 281
  87.     Height = 21
  88.     TabOrder = 4
  89.   end
  90. end
  91.